xen/x86: Remove GB macro in asm-x86/config.h
authorJulien Grall <julien.grall@linaro.org>
Tue, 8 Oct 2013 16:48:33 +0000 (17:48 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 8 Oct 2013 17:08:40 +0000 (18:08 +0100)
commitc4d3ccbfb50fa7603595b9bc16b1bba4647d21f1
treee74c5e89bc251dfe4d27c01f4185c5290386e330
parentd96e7b898136ff88ee5c8fac9e0ae8a695e37d9b
xen/x86: Remove GB macro in asm-x86/config.h

Commit 983843e "xen: Add macros MB and GB" introduce a generic GB macro.
By mistake, the macro in asm-x86/config.h was not removed. This is result to
a compilation error when Xen is build for x86.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/config.h